| Package | jp.nyatla.nyartoolkit.as3.core.types |
| Class | public class NyARDoublePoint3d |
| Inheritance | NyARDoublePoint3d Object |
| Property | Defined By | ||
|---|---|---|---|
| x : Number | NyARDoublePoint3d | ||
| y : Number | NyARDoublePoint3d | ||
| z : Number | NyARDoublePoint3d | ||
| Method | Defined By | ||
|---|---|---|---|
createArray(i_number:int):Vector.<NyARDoublePoint3d> [static]
配列ファクトリ
| NyARDoublePoint3d | ||
dist(i_point:NyARDoublePoint3d):Number
i_pointとのベクトルから距離を計算します。
| NyARDoublePoint3d | ||
setValue(i_in:NyARDoublePoint3d):void | NyARDoublePoint3d | ||
| x | property |
public var x:Number| y | property |
public var y:Number| z | property |
public var z:Number| createArray | () | method |
public static function createArray(i_number:int):Vector.<NyARDoublePoint3d>配列ファクトリ
Parameters
i_number:int |
Vector.<NyARDoublePoint3d> —
|
| dist | () | method |
public function dist(i_point:NyARDoublePoint3d):Numberi_pointとのベクトルから距離を計算します。
Parameters
i_point:NyARDoublePoint3d |
Number —
|
| setValue | () | method |